35. Quiz: LIKE
Questions using the LIKE operator
Use the accounts table to find
- All the companies whose names start with 'C'.
- All companies whose names contain the string 'one' somewhere in the name.
- All companies whose names end with 's'.
Code
If you need a code on the https://github.com/udacity.